This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
IsUIdocOpen = TRUE ??? ~Helga Quetfreemanoden 24.Jan.04 10:14 AM a Web browser Applications Development 6.0.3All Platforms
We found new interesting fact which can be related to above described issue. In the 'Process Document' action is document opened on UI with EditDocument method and at the end is closed using UIdoc.Close(). All value changes are done on backend using doc.Field = Value and doc.Save.
If you go back to view and check property of recently 'Processed' document doc.IsUIdocOpen, it always returns TRUE (although the doc is NOT opened in any UI window) unless you restart entire LN client. (reopen database do not have effect, doc is still reported UIdocOpen=TRUE).
Can somebody explain, why any doc closed from UI either manually by user, either using UIdoc.Close(), is 'forever' reported as UI opened???? How to REALLY close it? This will explain and solve our problem described at top of this thread